Skip to content

[AIX] Update backtrace to account for libc changes and fix XCOFF parsing#757

Open
amy-kwan wants to merge 2 commits into
rust-lang:masterfrom
amy-kwan:amy-kwan/fix-aix-v0.3.6
Open

[AIX] Update backtrace to account for libc changes and fix XCOFF parsing#757
amy-kwan wants to merge 2 commits into
rust-lang:masterfrom
amy-kwan:amy-kwan/fix-aix-v0.3.6

Conversation

@amy-kwan

Copy link
Copy Markdown

This patch synchronizes AIX backtrace support with newer libc updates and fix type correctness issues:

  • Bump libc to 0.2.175 to pick up latest AIX-related fixes.
  • Update libc::loadquery buffer argument to use *mut c_void instead of *mut c_char, matching the current libc API.
  • Fix XCOFF section name comparison to handle Option<&[u8]>.

This patch synchronizes AIX backtrace support with newer libc updates and fix
type correctness issues:

- Bump libc to 0.2.175 to pick up latest AIX-related fixes.
- Update libc::loadquery buffer argument to use *mut c_void instead
  of *mut c_char, matching the current libc API.
- Fix XCOFF section name comparison to handle Option<&[u8]>.
@workingjubilee

Copy link
Copy Markdown
Member

Thanks! Will try to take a look soon.

@workingjubilee

Copy link
Copy Markdown
Member

rustfmt failure

@amy-kwan

amy-kwan commented Jun 4, 2026

Copy link
Copy Markdown
Author

Ah, I missed that. Thanks a lot! Just fixed them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants